home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- </intro>
-
- <!--
- A RelatedPartNum is a PartNum with some relationship to another
- part. The relationship is specified in an attribute named
- RelatedPartType.
- -->
-
-
- <elementtype name="RelatedPartNum">
- <extends type="PartNum">
- <!-- A string identifying the function of a part number
- part number. For example, this could be "ModelNumber".
- to indicate the part number is a model number. / -->
- <attdef datatype="string" name="RelatedPartType">
- <required/>
- </attdef>
- </extends>
- </elementtype>
-
- <!-- A container for a list of one or more RelatedPartNum / -->
- <elementtype name="ListOfRelatedPartNum">
- <model>
- <element type="RelatedPartNum" occurs="+" />
- </model>
- </elementtype>
- </schema>
-